add
fun DslList<VectorTile.Tile.Feature, TileKt.LayerKt.Dsl.FeaturesProxy>.add(value: VectorTile.Tile.Feature)
The actual features in this tile.
Content copied to clipboard
repeated .vector_tile.Tile.Feature features = 2;
Parameters
value
The features to add.
Dictionary encoding for keys
Content copied to clipboard
repeated string keys = 3;
Parameters
value
The keys to add.
fun DslList<VectorTile.Tile.Value, TileKt.LayerKt.Dsl.ValuesProxy>.add(value: VectorTile.Tile.Value)
Dictionary encoding for values
Content copied to clipboard
repeated .vector_tile.Tile.Value values = 4;
Parameters
value
The values to add.